2Likes -
2 Post By adwestop
-
[Nice Trick] Make your notepad write on its own.[Step by Step Tutorial]
How to make notepad write on its own?
Just follow the Steps Dude:
1. Open notepad
2. Copy this scripts in notepad:
set wshshell = wscript.CreateObject ("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.sleep 500
WshShell.SendKeys "ell"
Wscript.Sleep 500
WshShell.SendKeys "0"
This will make notepad type Hello. You can make your own custom message by replacing the letters between the " " signs with the one you want.
Now save the file. Type the name of the file with the extension .vbs and make sure that File Type is All Files not text file.
When you double click on it, Notepad will start typing letters...
That's all...
Enjoy....
-
Moderator
Interesting
Thank you ; )
-
Modern-day Romeo
When you double click on it,
"This program is blocked by group policy. For more information, contact your system administrator".
- The joy of running LUA,Applocker combo.
They call me the mysterious one...
my motto is...when it's hot, chill baby
All times are GMT +8. The time now is 01:09 AM.